home *** CD-ROM | disk | FTP | other *** search
- object MXMessageDlg: TMXMessageDlg
- Left = 178
- Top = 9
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Mail eXtension Message Properties'
- ClientHeight = 192
- ClientWidth = 461
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 16
- object BitBtn1: TBitBtn
- Left = 264
- Top = 156
- Width = 89
- Height = 29
- Hint = 'Apply new Properties'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 364
- Top = 156
- Width = 89
- Height = 29
- Hint = 'Cancel modifications'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- Kind = bkCancel
- end
- object TabbedNotebook1: TTabbedNotebook
- Left = 0
- Top = 0
- Width = 461
- Height = 153
- TabFont.Color = clBtnText
- TabFont.Height = -11
- TabFont.Name = 'MS Sans Serif'
- TabFont.Style = []
- TabOrder = 2
- object TTabPage
- Left = 5
- Top = 26
- Caption = 'General'
- object GroupBox1: TGroupBox
- Left = 4
- Top = 4
- Width = 265
- Height = 109
- Caption = 'General Properties:'
- TabOrder = 0
- object Label2: TLabel
- Left = 16
- Top = 32
- Width = 77
- Height = 16
- Caption = 'Time Format:'
- end
- object szTimeFormat: TEdit
- Left = 100
- Top = 28
- Width = 153
- Height = 24
- TabOrder = 0
- end
- object bDisplayErrors: TCheckBox
- Left = 16
- Top = 72
- Width = 105
- Height = 17
- Caption = 'Display Errors'
- TabOrder = 1
- end
- object bSendDlg: TCheckBox
- Left = 156
- Top = 72
- Width = 97
- Height = 17
- Caption = 'Send Dialog'
- TabOrder = 2
- end
- end
- object WorkMsg: TRadioGroup
- Left = 276
- Top = 4
- Width = 173
- Height = 109
- Caption = 'Working Message:'
- Items.Strings = (
- 'Inbox Message'
- 'Compose Message')
- TabOrder = 1
- end
- end
- object TTabPage
- Left = 5
- Top = 26
- Caption = 'Message Filter'
- object GroupBox2: TGroupBox
- Left = 4
- Top = 4
- Width = 445
- Height = 109
- Caption = 'Filter Message By:'
- TabOrder = 0
- object Label1: TLabel
- Left = 56
- Top = 36
- Width = 89
- Height = 16
- Caption = 'Message Type:'
- end
- object szMsgType: TEdit
- Left = 152
- Top = 32
- Width = 261
- Height = 24
- TabOrder = 0
- end
- object bUnreadOnly: TCheckBox
- Left = 28
- Top = 76
- Width = 109
- Height = 17
- Caption = 'Unread Only'
- TabOrder = 1
- end
- object bSortMsg: TCheckBox
- Left = 152
- Top = 76
- Width = 129
- Height = 17
- Caption = 'Sort Messages'
- TabOrder = 2
- end
- end
- end
- object TTabPage
- Left = 5
- Top = 26
- Caption = 'Reading'
- object GroupBox3: TGroupBox
- Left = 4
- Top = 4
- Width = 445
- Height = 109
- Caption = 'Reading Properties:'
- TabOrder = 0
- object bBodyAsFile: TCheckBox
- Left = 84
- Top = 36
- Width = 97
- Height = 17
- Caption = 'Body As File'
- TabOrder = 0
- end
- object bEnvelopeOnly: TCheckBox
- Left = 84
- Top = 72
- Width = 125
- Height = 17
- Caption = 'Envelope Only'
- TabOrder = 1
- end
- object bMarkAsRead: TCheckBox
- Left = 240
- Top = 36
- Width = 133
- Height = 17
- Caption = 'Mark As Read'
- TabOrder = 2
- end
- object bSuppressAttach: TCheckBox
- Left = 240
- Top = 72
- Width = 145
- Height = 17
- Caption = 'Suppress Attach'
- TabOrder = 3
- end
- end
- end
- end
- end
-